Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes missing reference for claim #3309

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

rjlynch
Copy link
Contributor

@rjlynch rjlynch commented Oct 14, 2024

If the form is invalid, say the journey session has already been
submitted and the user double clicks the submit button, we need to
return early from the child save method to avoid calling the mailer
with a claim that hasn't been saved (which triggeres an error as the
claim has no reference number).

If the form is invalid, say the journey session has already been
submitted and the user double clicks the submit button, we need to
return early from the child `save` method to avoid calling the mailer
with a claim that hasn't been saved (which triggeres an error as the
claim has no reference number).
@rjlynch rjlynch merged commit 252d737 into master Oct 14, 2024
14 checks passed
@rjlynch rjlynch deleted the fix-missing-reference-for-claims branch October 14, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants